home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
355_01
/
slk1.exe
/
SDEL
/
TURBOC
/
SDELDB.MAK
< prev
Wrap
Text File
|
1991-06-09
|
530b
|
18 lines
# Turbo C make file for sdeldb.exe
# July 1, 1988
#
# sdel.c is assumed to be in the parent directory
# sdel.obj is left in the current directory
# sdel.exe is left in the current direcrory and copied to \bin\local\turboc
#
# -mc COMPACT memory model
#
# sdel.exe also depends on slc.obj and prfnear.obj (see sdel.lnk)
sdeldb.exe: sdeldb.obj
tlink @sdeldb.lnk
copy sdeldb.exe c:\sherlock\bin
sdeldb.obj: ..\sdel.c
tcc -mc -c -C -DSHERLOCK -DTURBOC -Ic:\sherlock -Ic:\include\turboc -osdeldb.obj ..\sdel.c